ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputTime<T> Class
Members

In This Topic
    InputTime<T> Class
    In This Topic
    The InputTime control allows users to enter times using any format supported by the Globalize class, or to pick times from a drop-down list.
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class InputTime(Of T) 
       Inherits ComboBoxBase(Of T)
       Implements IDropDown, ITemplate 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class InputTime<T> : ComboBoxBase<T>, IDropDown, ITemplate  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.DropDown<T>
                   C1.Web.Mvc.ComboBoxBase<T>
                      C1.Web.Mvc.InputTime<T>

    See Also